Using the provided boilerplates to quickly get your integration up and running.
Demo
samples in the Package Manager UI.
Create them using the BoilerplateFactory
as shown below. Feel free to adjust the UI and logic inside the samples to fit your needs.
Ensure that your codebase has access to the Sequence.Boilerplates.asmdef
assembly.
Checkout the BoilerplateController.cs
for more integration examples.
SequenceLoginWindow
prefab to authenticate users as a Guest, with Email OTP, Google- or Apple Sign In.
Checkout the Authentication section for more details on how to configure
your project for each login option.
Parameters
SequencePlayerProfile
prefab to
show an In-Game Shop that utilizes game items from a ERC1155 contract, which users purchase using any custom or
existing ERC20 currency.
Primary Sales Contract: Learn how to set up and deploy contracts for launching a primary sale.
Parameters
Parameters
SequencePlayerProfile
prefab to manage your current profile. This includes functionalities such as Sign Out,
linking external wallets, sending native tokens, and QR code to receive funds.
Parameters
SequenceInventory
prefab to show all items owned by a user from any ERC1155 or ERC721 contract.
Parameters
SequenceSignMessage
prefab to show a modal that lets you sign a specified text.
Parameters